@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; font-family: "微软雅黑",arial;}
a:link, a:visited, a:hover, a:active {text-decoration:none; cursor:pointer; }
a:hover, a:active { ; -o-transition:color .3s ease; -webkit-transition:color .3s ease; -moz-transition:color .3s ease; transition:color .3s ease; cursor:pointer;}
html { overflow-y:scroll;overflow-x: hidden; }
body { font:12px/1.5 "Arial";}
img { border:0px;}
textarea { resize: none; overflow:auto; }
input:-moz-placeholder { color: #999; }
::-webkit-input-placeholder { color:#9999; }
input[type="checkbox"] {vertical-align:-2px;}
ul, ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
p,h1,h2,h3,h4,h5,h6,span,textarea, input { font-family: "微软雅黑",arial; }
/*Public Css*/
.fl { float:left; }
.fr { float:right; }
.clearfix:after {visibility:hidden; display:block; font-size:0;	content:" "; clear:both; height:0;}
.clearfix {	zoom:1;}
.bordeNone{border:none!important}
.bgNone{background:none!important}
.hidden { display:none; }
.txt-c { text-align:center;}
.overlay { width:100%; height:100%; background:#000; position:absolute; left:0; top:0; z-index:100; }
#demo { width:90%; margin:0 auto; padding:20px; box-shadow:0 0 10px 10px #DFDFDF; border-radius:0 0 5px 5px; }
.autocut {overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.autocutt {overflow:hidden; text-overflow:ellipsis; white-space:pre; word-break:break-all; }

.color_cheng{ color:#e25b09 !important;}
.undis{ display:none;}
.color_999{ color:#999;  }
.color_blue{ color:#00bbd2 !important; }

.font18{ font-size:18px !important;}
.font20{ font-size:20px !important;}
.font24{ font-size:24px !important;}

.mtop30{ margin-top:30px;}
.mtop50{ margin-top:50px;}
.bor-top{ border-top:1px solid #d3d3d3;}
.bor-bottom{ border-bottom:1px solid #dddddd;}

.bg1{ background:#fb4947;}

@-moz-document url-prefix(http://), url-prefix(https://){
div, td, th, span, a, b, p, font, button, input, select, textarea,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6{
 font-family: "微软雅黑",arial;
}